On Tue, Feb 21, 2012 at 9:38 PM, James Roper <[email protected]> wrote: > Hi Chris, > > Sorry for not replying, I've been pretty busy of late. A few notes: > > * I recommend using the 2.6 branch of Pebble... trunk is in the middle > of some major refactorings, and there is one known issue (category > index is broken). It does work (I'm running trunk on my server), but > you may find it easier to use the 2.6 branch, particularly for the > importers, because I've been slowly getting rid of all Pebbles > singletons, and replacing it all with dependency injection... the > importers need to be updated to support this properly.
Ok understood. I'll use 2.6 > * Generating the JAXB classes is a relic of when Pebble used JAXB 1.x. > My intention is to get rid of this and replace it with a JAXB > annotated class, so no generation is required, but I just haven't got > around to it. np. > * I use IntelliJ IDEA, and I've found it has no problems just opening > the project as a maven project after running mvn generate-sources. > Weiqi is right, I have an open source license for IDEA for Pebble > development, but I'm not sure what the rules are with giving this out. I don't think I qualify. At least, not yet. I'm not a committer on any Java projects. > * I've never been an expert on JSP libraries, and I don't understand > either the intricacies of where TLD files should live. I think it > should work from either. It's possible that Eclipse isn't copying > resources to the right place, or isn't setting up classpaths properly. After some further investigation I think you're right. The resources are somehow being skipped and are no accessible to Tomcat when I hit debug. I'll look into it more. Is data format compatible between 2.6 and trunk? Chris K. [email protected] ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Pebble-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebble-user
