[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1535) Netbeans project file is not configured properly by seam-gen

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Jun 23 23:28:51 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1535?page=all ]

Dan Allen updated JBSEAM-1535:
------------------------------

    Attachment: JBSEAM-1535-project_xml-v4.txt

This one (v4) is for all the glory, I swear.

I discovered that the classpath in the project.xml was completely out of date with what was in the Eclipse classpath file.  There were references to libraries that don't even exist in Seam any longer.  One change I did make to the list was that I added richfaces, ajax4jsf, and seam-ui, so that tag completion would work using the Netbeans facelets integration.

> Netbeans project file is not configured properly by seam-gen
> ------------------------------------------------------------
>
>                 Key: JBSEAM-1535
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1535
>             Project: JBoss Seam
>          Issue Type: Patch
>          Components: Tools
>    Affects Versions: 1.3.0.ALPHA
>         Environment: seam CVS HEAD
> NetBeans 5.5.1
>            Reporter: Dan Allen
>         Attachments: JBSEAM-1535-project_xml-v1.txt, JBSEAM-1535-project_xml-v2.txt, JBSEAM-1535-project_xml-v3.txt, JBSEAM-1535-project_xml-v4.txt, project.xml
>
>   Original Estimate: 10 minutes
>  Remaining Estimate: 10 minutes
>
> The nbproject/project.xml file put in place by seam-gen is broken in more than three ways.  Fortunately, I have a patch for you!
> So how is it broken?
> 1. It is configured to use "src" as the Java source folder.  seam-gen, in fact, creates three source folders, src/action, src/model, and src/test (hence the broken in more than three ways comment)
> 2. The test package does not have any libraries, so it is impossible to start writing tests in NetBeans using TestNG and SeamTest
> 3. The xmlns on the java-data note should be upgraded to support NetBeans 5.5.1 (at least, that is what NetBeans 5.5.1 changed it to)
> 4. Take out testng.jar from the src/action and src/model compilation units

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list