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

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


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


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