> Adding the following to build.xml
>
[quoted text clipped - 13 lines]
>
> Can anyone tell me what Netbeans actually wants here?
As I remember it then the classpath attribut point to
a classpath like a jar file but a classpathref points
to a logical name containing a classpath defined
previously.
Try:
classpath="${basedir}\jars\java_cup_11a.jar"
Arne
lionelv@gmail.com - 12 Feb 2007 00:12 GMT
Arne Vajh?j wrote:
> > Adding the following to build.xml
> >
[quoted text clipped - 22 lines]
>
> classpath="${basedir}\jars\java_cup_11a.jar"
You nailed it. Thanks.
Lionel.