Prerequisites for Pro E plug-in 1. Windows XP or Windows 7 64-bit installation. 2. Wildfire 5.0 (64-bit) must be locally installed. 3. The following environment variables are set: PROE_DIR = C:\Program Files\proeWildfire 5.0 PRO_COMM_MSG_EXE = %PROE_DIR%\x86e_win64\obj\pro_comm_msg.exe PATH = %PATH%;%PROE_DIR%\x86e_win64\lib PRO_DIRECTORY = C:\Program Files\proeWildfire 5.0 4. Install web container of choice.(I prefer tomcat 6.X) 5. Maven (mvn) 3.0 installed Set environment variable MVN_HOME = Set path=%MVN_HOME\bin;%PATH% MAVEN build Process (apps in svn) Pre-build steps: 1. arrow-mvn-init built and packaged 2. arrow-mvn-all built and packaged 3. ARRoW Model Interconnection Language(amil) built and packaged 4. AmilLib application built and packaged 5. Arrow Web Services built and packaged. If you don't run through the test cases use mvn war:war. This will create the necessary war file. This file is located in the target directory for the application. Make sure that the war is named: ArrowWebServices. If it isn't rename to ArrowWebServices.war and place it in your Tomcat 6.0.26 Webapp directory. Note that your Tomcat Server will need to be the default port of 8080. Currently this is hardcoded in the AmilInterface class. 6. Check out the ProEModel SVN repository to the C:\Meta\proemodel directory. This need for use cases. Build steps: 1. From the proe-plugin directory execute: mvn generate-source The validate step will added locally installed jar files: pfc.jar, pfcasync.jar, etc.. into the maven repository. 2. Start the tomcat server 3. Run mvn package (hopefully all the test pass) To Do: New method for extracting BOM and bill Amil Nodes accordingly. TBD