This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 36967

Summary: updated build.xml diff for new paths enclosed
Product: obsolete Reporter: _ rschilling <rschilling>
Component: antlrAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: Unix   
Issue Type: TASK Exception Reporter:

Description _ rschilling 2003-11-01 22:34:20 UTC
Added some classpaths to build.xml - below is the
CVS diff that applies.  Notice I built a base
distribution first to make sure I could add the
antlr module later.

===================================================================
RCS file: /cvs/antlr/build.xml,v
retrieving revision 1.7
diff -r1.7 build.xml
37a38
>       <pathelement
location="/usr/local/java/classes/antlrall.jar"/>
47a49,55
>       <fileset dir="../nbbuild/netbeans/lib">
>         <include name="openide*.jar" />
>       </fileset>
>       <fileset
dir="../nbbuild/netbeans/modules/autoload">
>         <include name="*.jar" />
>       </fileset>
>
Comment 1 Jiri Prox 2007-09-17 21:48:11 UTC
Obsolete milestone, please reevaluate