[Design of JBoss Profiler] - Build issue
by rhills
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#4193240
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193240
16 years
[Design of JBoss Profiler] - Re: Coding standards and process queries
by rhills
Hi Jesper,
"jesper.pedersen" wrote :
| Yes, all styles used in the web front-end should go in a central CSS file and just be referenced through styleClass.
|
| Likewise with all message string - they should be put into the resource bundle (meesages.properties).
|
| There are explicit widths (500px) defined on certain panels -- these needs to go away and be replaced by x% instead. The width of UI should be defined in a central place (template/template.xhtml).
|
| And like stated previously - all HTML tags that can be replaced by JSF tags should be converted.
|
| Valid XHTML and CSS should be a goal of the UI.
OK, I've got my OCD jollies with reformatting the xhtml, so I'll jira and then sort out some of the other issues you've mentioned above. I'll look at the formatting of the java code in another day or so.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193238#4193238
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193238
16 years