File in the classpath not being published (Eclipse + JBoss AS) -
i working in activejdbc project requires instrumentation step before build in order entity mapping. did adding script generates activejdbc.properties @ classpath.
the build part fine , file being generated in workspace. however, when publish project file being packed in war file (all other classes fine though).
it simple dynamic web project, no changes in build or classpath besides instrumentation step. using: - os x mavericks. - eclipse juno. - maven 3. - jboss 7. - jre 1.6.
i used following tutorial: http://javalite.io/eclipseintegration
can guys give me hint on whats going on? there no error or warning in console...
i think mean activejdbc_models.properties
file. file produced instrumentation process , placed @ root of classpath, target/classes. please see if there. if there, placed @ root of war file: war_root/web-inf/classes. unpack war file , see if there. if not, wring in how create war file.
Comments
Post a Comment