Okay, I will look into... must be an Ant CL issue.

--jason


On Thu, 3 Oct 2002, Langelage, Frank wrote:

> Hi Jason,
> 
> even with a completely new checkout the build of jboss-all fails for me 
> with Java 1.4.1-b21on Linux.
> Using java 1.3.1 on ReliantUnix works fine.
> Tagets build and clobber fail with the same Exception immediatly.
> 
> Executing: /home/jboss/java/JBoss-cvs/jboss-all/tools/bin/ant -find build.xml clobber
> Searching for build.xml ...
> Buildfile: /unixware/home/jboss/java/JBoss-cvs/jboss-all/build/build.xml
> Trying to override old definition of task property
> 
> _buildmagic:init:
> 
> _buildmagic:init:global:
> 
> _buildmagic:init:local-properties:
> 
> _buildmagic:init:buildlog:
> 
> configure:
> 
> configure-libraries:
> 
> configure-modules:
> 
> configure-defaults:
> 
> configure-tools:
> 
> _configure:xdoclet:tasks:
> 
> _configure:xdoclet:ejbdoclet:
> 
> _configure:xdoclet:webdoclet:
> 
> configure-project:
>      [echo] groups:  default
>      [echo] modules: 
>jmx,common,system,j2ee,naming,management,transaction,server,blocks,console,security,messaging,connector,varia,cluster,jetty,jboss.net,iiop
> 
> _default:init:
> 
> init:
> 
> _buildmagic:clobber:
>    [delete] Deleting: 
>/unixware/home/jboss/java/JBoss-cvs/jboss-all/build/local.properties
>    [delete] Deleting: /unixware/home/jboss/java/JBoss-cvs/jboss-all/build/build.log
> 
> _buildmagic:modules:clean:
> 
> BUILD FAILED
> java.lang.IllegalAccessError: tried to access field 
>org.apache.tools.ant.ProjectComponent.project from class 
>org.jboss.tools.buildmagic.task.module.ExecuteModules$MyEcho
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules$MyEcho.execute(ExecuteModules.java:416)
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules.printHeading(ExecuteModules.java:338)
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:312)
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:209)
>       at org.apache.tools.ant.Task.perform(Task.java:317)
>       at org.apache.tools.ant.Target.execute(Target.java:309)
>       at org.apache.tools.ant.Target.performTasks(Target.java:334)
>       at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
>       at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
>       at org.apache.tools.ant.Main.runBuild(Main.java:610)
>       at org.apache.tools.ant.Main.start(Main.java:196)
>       at org.apache.tools.ant.Main.main(Main.java:235)
> 
> Total time: 6 seconds
> java.lang.IllegalAccessError: tried to access field 
>org.apache.tools.ant.ProjectComponent.project from class 
>org.jboss.tools.buildmagic.task.module.ExecuteModules$MyEcho
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules$MyEcho.execute(ExecuteModules.java:416)
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules.printHeading(ExecuteModules.java:338)
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:312)
>       at 
>org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:209)
>       at org.apache.tools.ant.Task.perform(Task.java:317)
>       at org.apache.tools.ant.Target.execute(Target.java:309)
>       at org.apache.tools.ant.Target.performTasks(Target.java:334)
>       at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
>       at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
>       at org.apache.tools.ant.Main.runBuild(Main.java:610)
>       at org.apache.tools.ant.Main.start(Main.java:196)
>       at org.apache.tools.ant.Main.main(Main.java:235)
> tried to access field org.apache.tools.ant.ProjectComponent.project from class 
>org.jboss.tools.buildmagic.task.module.ExecuteModules$MyEcho
> 
> SHUTDOWN
> 
> 
> Regards
>     Frank
> 
> 
> Jason Dillon wrote:
> 
> >I just finished some cleansing of the buildsystem.  The build.xml files
> >are much smaller now... as some of the complexity has moved to include
> >files.  I will be working on simplification of those include files a
> >little later, as well as trying to increase the performance of the
> >build.
> >
> >In case you missed the CVS changelog for my recent changes; this is what
> >I did (as far as I can remember that is):
> >
> >   o Updated all .cvsingore files
> >   o Updated build.sh and build.bat to not need any special properties
> >   o Cleaned up buildfragments, now only buildmagic, defaults, tools,
> >     targets & modules (can still clean these up lots more)
> >   o Removed ~250 lines from each build.xml (common bits are references
> >     from the specific buildframement)
> >   o Removed the _available_* targets, path specs which do not use
> >     filesets do not complain when their files or directories are
> >missing
> >   o 'jars' target has become 'output'
> >   o 'install' target has gone away
> >   o All common targets have been moved to targets.ent, targets which
> >     build files might want to override are prefixed with _default:
> >   o Fixed 'clean most' problems
> >   o Can now execute build (from build.sh anywhere... do not need to
> >     be in the project directory or the module directory.
> >   o All fragments are anchored on ../tools, same with custom buildmagic
> >     tasks.  Might work now with vanilla Ant 1.5, but have not tested
> >   o Re-organized build/build.xml module group definitions
> >   o Fixed some problems when executing modules that the project would
> >     re-initialize.
> >   o Changed all _jars: targets to _output:
> >  
> >   * I am sure I changed more stuff, but I can't seem to think of them
> >     at the moment...
> >
> >If you have any questions or comments, please let me know.  
> >
> >(NO FLAMES PLEASE... my fragile psyche can't handle it... =P)
> >
> >--jason
> >
> >
> >
> >-------------------------------------------------------
> >This sf.net email is sponsored by:ThinkGeek
> >Welcome to geek heaven.
> >http://thinkgeek.com/sf
> >_______________________________________________
> >Jboss-development mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> >  
> >
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to