Yesterday, when building JBoss Profiler (using the default task), I ran into a problem:
| Using ANTRC_PRE.BAT
| Buildfile: build.xml
|
| init:
|
| prepare:
|
| agent:
| [delete] Deleting directory D:\dev\java\jboss\projects\JbossProfiler2\build
| [javac] Compiling 82 source files to
D:\dev\java\jboss\projects\JbossProfiler2\build
| [javac]
D:\dev\java\jboss\projects\JbossProfiler2\src\main\org\jboss\profiler\agent\AbstractTransformer.java:34:
error while writing org.jboss.profiler.agent.AbstractTransformer:
D:\dev\java\jboss\projects\JbossProfiler2\build\org\jboss\profiler\agent\AbstractTransformer.class
(The system cannot find the path specified)
| [javac] public abstract class AbstractTransformer implements Transformer {
| [javac] ^
| [javac] Note: Some input files use unchecked or unsafe operations.
| [javac] Note: Recompile with -Xlint:unchecked for details.
| [javac] 1 error
|
I did a "clean" and the problem went away.
Today, after a number of successful builds, I'm getting this problem again. This time
it seems persistent, I've tried doing a "clean", followed by
"dist" several times, but keep getting the same error. No classes are compiled.
I've not changed any java code so I'm not sure why this error was triggered
yesterday and why it's started again today.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193240#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...