[jboss-dev-forums] [Design of POJO Server] - Re: Missing org.jnp.server.NamingServer_Stub
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Nov 21 09:52:40 EST 2008
Can you set the output directory to target/classes via outputDirectory? Actually, they show that in the usage page:
"rmic plugin usage" wrote :
| Including the stub classes in the main project jar
|
| Output is by default written to the directory target/rmi-classes. Using this default behavior the stub classes will not be included in the main project artifact. To include the stubs in the main project jar the outputDirectory can be set to ${project.build.outputDirectory}.
|
| Similarly, to include the stubs in the test jar the testOutputDirectory should be set to ${project.build.testOutputDirectory}
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191277#4191277
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191277
More information about the jboss-dev-forums
mailing list